﻿2026-07-27T11:37:24.8487856Z ##[group]Run set -euo pipefail
2026-07-27T11:37:24.8488217Z [36;1mset -euo pipefail[0m
2026-07-27T11:37:24.8488475Z [36;1mPIN=0c95435[0m
2026-07-27T11:37:24.8488717Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T11:37:24.8489133Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T11:37:24.8489523Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T11:37:24.8489991Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T11:37:24.8490476Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T11:37:24.8490845Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T11:37:24.8491113Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T11:37:24.8491413Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T11:37:24.8491771Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T11:37:24.8492127Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T11:37:24.8492447Z [36;1mfi[0m
2026-07-27T11:37:24.8492762Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T11:37:24.8506333Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T11:37:24.8506660Z env:
2026-07-27T11:37:24.8506882Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T11:37:24.8507149Z ##[endgroup]
2026-07-27T11:37:25.1405985Z    Compiling proc-macro2 v1.0.106
2026-07-27T11:37:25.1406629Z    Compiling quote v1.0.45
2026-07-27T11:37:25.1406962Z    Compiling unicode-ident v1.0.24
2026-07-27T11:37:25.1407235Z    Compiling libc v0.2.186
2026-07-27T11:37:25.1407478Z    Compiling serde_core v1.0.228
2026-07-27T11:37:25.1407739Z    Compiling cfg-if v1.0.4
2026-07-27T11:37:25.1432395Z    Compiling serde v1.0.228
2026-07-27T11:37:25.1464014Z    Compiling log v0.4.32
2026-07-27T11:37:25.1508904Z    Compiling pin-project-lite v0.2.17
2026-07-27T11:37:25.1509739Z    Compiling portable-atomic v1.13.1
2026-07-27T11:37:25.1526747Z    Compiling typenum v1.20.1
2026-07-27T11:37:25.1622012Z    Compiling memchr v2.8.1
2026-07-27T11:37:25.1622836Z    Compiling version_check v0.9.5
2026-07-27T11:37:25.1681282Z    Compiling critical-section v1.2.0
2026-07-27T11:37:25.1770606Z    Compiling shlex v2.0.1
2026-07-27T11:37:25.1921947Z    Compiling find-msvc-tools v0.1.9
2026-07-27T11:37:25.2372744Z    Compiling subtle v2.6.1
2026-07-27T11:37:25.2531213Z    Compiling futures-core v0.3.32
2026-07-27T11:37:25.2930838Z    Compiling bytes v1.11.1
2026-07-27T11:37:25.3762466Z    Compiling equivalent v1.0.2
2026-07-27T11:37:25.3801844Z    Compiling smallvec v1.15.1
2026-07-27T11:37:25.4002077Z    Compiling itoa v1.0.18
2026-07-27T11:37:25.4457177Z    Compiling semver v1.0.28
2026-07-27T11:37:25.4513611Z    Compiling stable_deref_trait v1.2.1
2026-07-27T11:37:25.4702534Z    Compiling futures-sink v0.3.32
2026-07-27T11:37:25.5053212Z    Compiling futures-io v0.3.32
2026-07-27T11:37:25.5060467Z    Compiling slab v0.4.12
2026-07-27T11:37:25.5342043Z    Compiling futures-task v0.3.32
2026-07-27T11:37:25.5820906Z    Compiling futures-channel v0.3.32
2026-07-27T11:37:25.6620998Z    Compiling rand_core v0.10.1
2026-07-27T11:37:25.6681074Z    Compiling generic-array v0.14.7
2026-07-27T11:37:25.6744168Z    Compiling bitflags v2.12.1
2026-07-27T11:37:25.6880894Z    Compiling rustc_version v0.4.1
2026-07-27T11:37:25.7380941Z    Compiling hashbrown v0.17.1
2026-07-27T11:37:25.7624702Z    Compiling rustversion v1.0.22
2026-07-27T11:37:25.8088376Z    Compiling getrandom v0.4.2
2026-07-27T11:37:25.8183742Z    Compiling cpufeatures v0.2.17
2026-07-27T11:37:25.8920865Z    Compiling fnv v1.0.7
2026-07-27T11:37:25.8990664Z    Compiling strsim v0.11.1
2026-07-27T11:37:25.9208700Z    Compiling cfg_aliases v0.2.1
2026-07-27T11:37:25.9480605Z    Compiling litemap v0.8.2
2026-07-27T11:37:25.9640609Z    Compiling writeable v0.6.3
2026-07-27T11:37:25.9930435Z    Compiling fs_extra v1.3.0
2026-07-27T11:37:25.9970526Z    Compiling ident_case v1.0.1
2026-07-27T11:37:26.0470481Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T11:37:26.1100699Z    Compiling icu_properties_data v2.2.0
2026-07-27T11:37:26.1270500Z    Compiling utf8_iter v1.0.4
2026-07-27T11:37:26.2137199Z    Compiling dunce v1.0.5
2026-07-27T11:37:26.2354247Z    Compiling autocfg v1.5.1
2026-07-27T11:37:26.3198073Z    Compiling percent-encoding v2.3.2
2026-07-27T11:37:26.3530554Z    Compiling http v1.4.1
2026-07-27T11:37:26.3690482Z    Compiling aws-lc-rs v1.17.0
2026-07-27T11:37:26.5056257Z    Compiling syn v2.0.117
2026-07-27T11:37:26.5446740Z    Compiling thiserror v2.0.18
2026-07-27T11:37:26.5450213Z    Compiling cpufeatures v0.3.0
2026-07-27T11:37:26.5560854Z    Compiling unicode-segmentation v1.13.3
2026-07-27T11:37:26.5730953Z    Compiling scopeguard v1.2.0
2026-07-27T11:37:26.5860334Z    Compiling chacha20 v0.10.0
2026-07-27T11:37:26.6080988Z    Compiling form_urlencoded v1.2.2
2026-07-27T11:37:26.6511034Z    Compiling indexmap v2.14.0
2026-07-27T11:37:26.6586954Z    Compiling lock_api v0.4.14
2026-07-27T11:37:26.6630585Z    Compiling untrusted v0.9.0
2026-07-27T11:37:26.7051976Z    Compiling rustls v0.23.40
2026-07-27T11:37:26.7460631Z    Compiling heck v0.5.0
2026-07-27T11:37:26.7793856Z    Compiling const-oid v0.10.2
2026-07-27T11:37:26.8240873Z    Compiling atomic-waker v1.1.2
2026-07-27T11:37:26.8530135Z    Compiling unicode-xid v0.2.6
2026-07-27T11:37:26.8599356Z    Compiling anyhow v1.0.102
2026-07-27T11:37:26.9100826Z    Compiling paste v1.0.15
2026-07-27T11:37:26.9421073Z    Compiling parking_lot_core v0.9.12
2026-07-27T11:37:26.9475824Z    Compiling httparse v1.10.1
2026-07-27T11:37:26.9590566Z    Compiling zerocopy v0.8.50
2026-07-27T11:37:26.9740660Z    Compiling num-traits v0.2.19
2026-07-27T11:37:26.9981001Z    Compiling hybrid-array v0.4.12
2026-07-27T11:37:27.0230820Z    Compiling curve25519-dalek v4.1.3
2026-07-27T11:37:27.1558325Z    Compiling jobserver v0.1.34
2026-07-27T11:37:27.1973700Z    Compiling convert_case v0.10.0
2026-07-27T11:37:27.2252237Z    Compiling crypto-common v0.1.7
2026-07-27T11:37:27.2380593Z    Compiling block-buffer v0.10.4
2026-07-27T11:37:27.2680501Z    Compiling ahash v0.8.12
2026-07-27T11:37:27.2720633Z    Compiling either v1.16.0
2026-07-27T11:37:27.2790389Z    Compiling base64ct v1.8.3
2026-07-27T11:37:27.3699621Z    Compiling digest v0.10.7
2026-07-27T11:37:27.3823069Z    Compiling powerfmt v0.2.0
2026-07-27T11:37:27.4300819Z    Compiling fastrand v2.4.1
2026-07-27T11:37:27.5905796Z    Compiling http-body v1.0.1
2026-07-27T11:37:27.6060815Z    Compiling cc v1.2.63
2026-07-27T11:37:27.6131007Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T11:37:27.6571017Z    Compiling deranged v0.5.8
2026-07-27T11:37:27.7390589Z    Compiling try-lock v0.2.5
2026-07-27T11:37:27.7468486Z    Compiling base64 v0.22.1
2026-07-27T11:37:27.7540633Z    Compiling mio v1.2.1
2026-07-27T11:37:27.7695392Z    Compiling socket2 v0.6.4
2026-07-27T11:37:27.8480451Z    Compiling getrandom v0.2.17
2026-07-27T11:37:27.8780916Z    Compiling zmij v1.0.21
2026-07-27T11:37:27.9510463Z    Compiling tinyvec_macros v0.1.1
2026-07-27T11:37:28.0185245Z    Compiling vcpkg v0.2.15
2026-07-27T11:37:28.0917772Z    Compiling rand v0.10.1
2026-07-27T11:37:28.0940480Z    Compiling uuid v1.23.2
2026-07-27T11:37:28.1477112Z    Compiling rand_core v0.6.4
2026-07-27T11:37:28.1620951Z    Compiling tower-service v0.3.3
2026-07-27T11:37:28.2022518Z    Compiling data-encoding v2.11.0
2026-07-27T11:37:28.2333266Z    Compiling num-conv v0.2.2
2026-07-27T11:37:28.2450652Z    Compiling time-core v0.1.8
2026-07-27T11:37:28.3090962Z    Compiling pkg-config v0.3.33
2026-07-27T11:37:28.3270703Z    Compiling parking_lot v0.12.5
2026-07-27T11:37:28.4099916Z    Compiling tinyvec v1.11.0
2026-07-27T11:37:28.4330621Z    Compiling want v0.3.1
2026-07-27T11:37:28.5406249Z    Compiling block-buffer v0.12.0
2026-07-27T11:37:28.6090417Z    Compiling crypto-common v0.2.2
2026-07-27T11:37:28.7010596Z    Compiling sha2 v0.10.9
2026-07-27T11:37:28.7500625Z    Compiling inout v0.1.4
2026-07-27T11:37:28.7631881Z    Compiling vergen-lib v9.1.0
2026-07-27T11:37:28.9180627Z    Compiling cmake v0.1.58
2026-07-27T11:37:28.9241971Z    Compiling n0-future v0.3.2
2026-07-27T11:37:28.9360318Z    Compiling crossbeam-utils v0.8.21
2026-07-27T11:37:28.9583950Z    Compiling httpdate v1.0.3
2026-07-27T11:37:28.9869162Z    Compiling parking v2.2.1
2026-07-27T11:37:29.0449754Z    Compiling winnow v1.0.3
2026-07-27T11:37:29.0670670Z    Compiling signature v2.2.0
2026-07-27T11:37:29.1090684Z    Compiling spin v0.10.0
2026-07-27T11:37:29.2099604Z    Compiling serde_json v1.0.150
2026-07-27T11:37:29.2221129Z    Compiling cordyceps v0.3.4
2026-07-27T11:37:29.2230449Z    Compiling diatomic-waker v0.2.3
2026-07-27T11:37:29.2565256Z    Compiling ed25519 v2.2.3
2026-07-27T11:37:29.2731986Z    Compiling futures-lite v2.6.1
2026-07-27T11:37:29.3360740Z    Compiling cipher v0.4.4
2026-07-27T11:37:29.4279297Z    Compiling netlink-packet-core v0.8.1
2026-07-27T11:37:29.4370897Z    Compiling universal-hash v0.5.1
2026-07-27T11:37:29.4410561Z    Compiling vergen-lib v0.1.6
2026-07-27T11:37:29.4640439Z    Compiling vergen v9.1.0
2026-07-27T11:37:29.4700989Z    Compiling heapless v0.7.17
2026-07-27T11:37:29.4942995Z    Compiling digest v0.11.3
2026-07-27T11:37:29.5410565Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T11:37:29.5580777Z    Compiling futures-buffered v0.2.13
2026-07-27T11:37:29.5680637Z    Compiling noq-udp v0.10.0
2026-07-27T11:37:29.6292448Z    Compiling sync_wrapper v1.0.2
2026-07-27T11:37:29.6467301Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T11:37:29.6614999Z    Compiling allocator-api2 v0.2.21
2026-07-27T11:37:29.6860859Z    Compiling opaque-debug v0.3.1
2026-07-27T11:37:29.7173976Z    Compiling byteorder v1.5.0
2026-07-27T11:37:29.7356414Z    Compiling polyval v0.6.2
2026-07-27T11:37:29.7980622Z    Compiling aws-lc-sys v0.41.0
2026-07-27T11:37:29.8130702Z    Compiling ring v0.17.14
2026-07-27T11:37:29.8231792Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T11:37:29.9413920Z    Compiling hash32 v0.2.1
2026-07-27T11:37:29.9690506Z    Compiling spin v0.9.8
2026-07-27T11:37:30.0240488Z    Compiling vergen-gitcl v1.0.8
2026-07-27T11:37:30.0380680Z    Compiling fallible-iterator v0.3.0
2026-07-27T11:37:30.0557965Z    Compiling num_threads v0.1.7
2026-07-27T11:37:30.1810749Z    Compiling ryu v1.0.23
2026-07-27T11:37:30.1850359Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T11:37:30.1994283Z    Compiling signature v3.0.0
2026-07-27T11:37:30.2160689Z    Compiling tower-layer v0.3.3
2026-07-27T11:37:30.2530618Z    Compiling time v0.3.47
2026-07-27T11:37:30.3290695Z    Compiling ghash v0.5.1
2026-07-27T11:37:30.3700604Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T11:37:30.4290401Z    Compiling aes v0.8.4
2026-07-27T11:37:30.4449459Z    Compiling ctr v0.9.2
2026-07-27T11:37:30.4593957Z    Compiling fs2 v0.4.3
2026-07-27T11:37:30.4750562Z    Compiling http-body-util v0.1.3
2026-07-27T11:37:30.5420692Z    Compiling aead v0.5.2
2026-07-27T11:37:30.6132876Z    Compiling openssl-probe v0.2.1
2026-07-27T11:37:30.6540916Z    Compiling arrayvec v0.7.6
2026-07-27T11:37:30.6610636Z    Compiling utf8parse v0.2.2
2026-07-27T11:37:30.6611388Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T11:37:30.7580811Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T11:37:30.7820290Z    Compiling crossbeam-channel v0.5.15
2026-07-27T11:37:30.8187143Z    Compiling blake3 v1.8.5
2026-07-27T11:37:30.8773280Z    Compiling netlink-packet-route v0.29.0
2026-07-27T11:37:30.9003864Z    Compiling memoffset v0.6.5
2026-07-27T11:37:31.0358004Z    Compiling acto v0.8.2
2026-07-27T11:37:31.0682989Z    Compiling noq v0.18.0
2026-07-27T11:37:31.1160309Z    Compiling aes-gcm v0.10.3
2026-07-27T11:37:31.1540745Z    Compiling netwatch v0.16.0
2026-07-27T11:37:31.2570774Z    Compiling lru-slab v0.1.2
2026-07-27T11:37:31.3067335Z    Compiling ref-cast v1.0.25
2026-07-27T11:37:31.3300063Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T11:37:31.3570553Z    Compiling foldhash v0.2.0
2026-07-27T11:37:31.3910190Z    Compiling rustix v1.1.4
2026-07-27T11:37:31.4179398Z    Compiling thiserror v1.0.69
2026-07-27T11:37:31.4780912Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T11:37:31.6024171Z    Compiling mac-addr v0.3.0
2026-07-27T11:37:31.6089407Z    Compiling xml-rs v0.8.28
2026-07-27T11:37:31.6191233Z    Compiling identity-hash v0.1.0
2026-07-27T11:37:31.6961623Z    Compiling tagptr v0.2.0
2026-07-27T11:37:31.7157284Z    Compiling rustc-hash v2.1.2
2026-07-27T11:37:31.8234304Z    Compiling hashbrown v0.16.1
2026-07-27T11:37:31.8570458Z    Compiling synstructure v0.13.2
2026-07-27T11:37:31.8651504Z    Compiling darling_core v0.20.11
2026-07-27T11:37:31.8721226Z    Compiling serde_derive_internals v0.29.1
2026-07-27T11:37:31.9750648Z    Compiling netlink-packet-route v0.30.0
2026-07-27T11:37:32.4252928Z    Compiling proc-macro-crate v3.5.0
2026-07-27T11:37:32.4690113Z    Compiling xmltree v0.10.3
2026-07-27T11:37:32.5594940Z    Compiling termios v0.2.2
2026-07-27T11:37:32.6900334Z    Compiling errno v0.3.14
2026-07-27T11:37:32.7020670Z    Compiling serial-core v0.4.0
2026-07-27T11:37:32.7210599Z    Compiling ioctl-rs v0.1.6
2026-07-27T11:37:32.7280752Z    Compiling aho-corasick v1.1.4
2026-07-27T11:37:32.7930970Z    Compiling simple-dns v0.9.3
2026-07-27T11:37:32.8400290Z    Compiling simdutf8 v0.1.5
2026-07-27T11:37:32.8559812Z    Compiling signal-hook v0.3.18
2026-07-27T11:37:32.8735977Z    Compiling arrayref v0.3.9
2026-07-27T11:37:32.8942855Z    Compiling constant_time_eq v0.4.2
2026-07-27T11:37:32.9390763Z    Compiling resolv-conf v0.7.6
2026-07-27T11:37:32.9891785Z    Compiling winnow v0.7.15
2026-07-27T11:37:33.0120935Z    Compiling sha1_smol v1.0.1
2026-07-27T11:37:33.0668044Z    Compiling linux-raw-sys v0.12.1
2026-07-27T11:37:33.1342942Z    Compiling regex-syntax v0.8.10
2026-07-27T11:37:33.1470763Z    Compiling smol_str v0.1.24
2026-07-27T11:37:33.2327404Z    Compiling toml_write v0.1.2
2026-07-27T11:37:33.3820788Z    Compiling serial-unix v0.4.0
2026-07-27T11:37:33.4489976Z    Compiling signal-hook-registry v1.4.8
2026-07-27T11:37:33.4491385Z    Compiling lru v0.16.4
2026-07-27T11:37:33.6782570Z    Compiling darling_core v0.23.0
2026-07-27T11:37:33.6902356Z    Compiling serde_bytes v0.11.19
2026-07-27T11:37:33.8380419Z    Compiling seize v0.5.1
2026-07-27T11:37:33.9249204Z    Compiling serde_derive v1.0.228
2026-07-27T11:37:33.9501450Z    Compiling zeroize_derive v1.4.3
2026-07-27T11:37:34.1540618Z    Compiling tokio-macros v2.7.0
2026-07-27T11:37:34.2824288Z    Compiling zerofrom-derive v0.1.7
2026-07-27T11:37:34.5663285Z    Compiling zeroize v1.8.2
2026-07-27T11:37:34.7659392Z    Compiling futures-macro v0.3.32
2026-07-27T11:37:34.9130667Z    Compiling tokio v1.52.3
2026-07-27T11:37:35.1834703Z    Compiling yoke-derive v0.8.2
2026-07-27T11:37:35.3701131Z    Compiling zerovec-derive v0.11.3
2026-07-27T11:37:35.5193314Z    Compiling displaydoc v0.2.6
2026-07-27T11:37:35.6536368Z    Compiling tracing-attributes v0.1.31
2026-07-27T11:37:35.7701364Z    Compiling zerofrom v0.1.8
2026-07-27T11:37:35.8330339Z    Compiling futures-util v0.3.32
2026-07-27T11:37:35.9059709Z    Compiling rustls-pki-types v1.14.1
2026-07-27T11:37:36.4198899Z    Compiling thiserror-impl v2.0.18
2026-07-27T11:37:36.5117783Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T11:37:36.6050549Z    Compiling yoke v0.8.3
2026-07-27T11:37:36.8053475Z    Compiling zerotrie v0.2.4
2026-07-27T11:37:36.8948892Z    Compiling zerovec v0.11.6
2026-07-27T11:37:37.1930485Z    Compiling darling_macro v0.20.11
2026-07-27T11:37:37.2223772Z    Compiling derive_more-impl v2.1.1
2026-07-27T11:37:37.3009314Z    Compiling n0-error-macros v0.1.3
2026-07-27T11:37:37.3093127Z    Compiling spez v0.1.2
2026-07-27T11:37:37.5469842Z    Compiling darling v0.20.11
2026-07-27T11:37:37.6518120Z    Compiling tinystr v0.8.3
2026-07-27T11:37:37.7013675Z    Compiling potential_utf v0.1.5
2026-07-27T11:37:37.7675675Z    Compiling derive_builder_core v0.20.2
2026-07-27T11:37:37.8490869Z    Compiling icu_locale_core v2.2.0
2026-07-27T11:37:37.8952973Z    Compiling icu_collections v2.2.0
2026-07-27T11:37:37.9080745Z    Compiling der v0.8.0-rc.10
2026-07-27T11:37:38.3650964Z    Compiling pin-project-internal v1.1.13
2026-07-27T11:37:38.4797427Z    Compiling n0-error v0.1.3
2026-07-27T11:37:38.7872932Z    Compiling ed25519-dalek v2.2.0
2026-07-27T11:37:39.0073201Z    Compiling ipnet v2.12.0
2026-07-27T11:37:39.1520901Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T11:37:39.2080594Z    Compiling icu_provider v2.2.0
2026-07-27T11:37:39.4560724Z    Compiling derive_builder_macro v0.20.2
2026-07-27T11:37:39.6176989Z    Compiling icu_normalizer v2.2.0
2026-07-27T11:37:39.6909767Z    Compiling once_cell v1.21.4
2026-07-27T11:37:39.7156159Z    Compiling icu_properties v2.2.0
2026-07-27T11:37:39.7621461Z    Compiling derive_builder v0.20.2
2026-07-27T11:37:39.7700344Z    Compiling pin-project v1.1.13
2026-07-27T11:37:39.8421311Z    Compiling spki v0.8.0-rc.4
2026-07-27T11:37:39.8653441Z    Compiling prefix-trie v0.8.4
2026-07-27T11:37:39.9313484Z    Compiling tracing-core v0.1.36
2026-07-27T11:37:40.0571332Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T11:37:40.1820697Z    Compiling hashbrown v0.14.5
2026-07-27T11:37:40.2207520Z    Compiling futures-executor v0.3.32
2026-07-27T11:37:40.2330292Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T11:37:40.5690812Z    Compiling tracing v0.1.44
2026-07-27T11:37:40.5999333Z    Compiling futures v0.3.32
2026-07-27T11:37:40.6530403Z    Compiling cobs v0.3.0
2026-07-27T11:37:40.6672064Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T11:37:40.6830937Z    Compiling postcard-derive v0.2.2
2026-07-27T11:37:40.7980574Z    Compiling tokio-util v0.7.18
2026-07-27T11:37:40.9040640Z    Compiling netlink-sys v0.8.8
2026-07-27T11:37:41.0940600Z    Compiling hashlink v0.9.1
2026-07-27T11:37:41.1453437Z    Compiling data-encoding-macro v0.1.20
2026-07-27T11:37:41.1570824Z    Compiling tower v0.5.3
2026-07-27T11:37:41.2180664Z    Compiling idna_adapter v1.2.2
2026-07-27T11:37:41.2506722Z    Compiling rustls-native-certs v0.8.4
2026-07-27T11:37:41.3128623Z    Compiling idna v1.1.0
2026-07-27T11:37:41.3430431Z    Compiling postcard v1.1.3
2026-07-27T11:37:41.3990739Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T11:37:41.5084375Z    Compiling num_enum_derive v0.7.6
2026-07-27T11:37:41.5214519Z    Compiling async-trait v0.1.89
2026-07-27T11:37:41.5320974Z    Compiling enum-assoc v1.3.0
2026-07-27T11:37:41.5930720Z    Compiling strum_macros v0.28.0
2026-07-27T11:37:41.6840464Z    Compiling iroh-relay v0.98.0
2026-07-27T11:37:41.8286872Z    Compiling url v2.5.8
2026-07-27T11:37:41.8417707Z    Compiling rusqlite v0.32.1
2026-07-27T11:37:41.8660923Z    Compiling netlink-proto v0.12.0
2026-07-27T11:37:41.9550949Z    Compiling h2 v0.4.14
2026-07-27T11:37:41.9993345Z    Compiling derive_more v2.1.1
2026-07-27T11:37:42.0095838Z    Compiling iroh-metrics v0.38.3
2026-07-27T11:37:42.1931149Z    Compiling tokio-stream v0.1.18
2026-07-27T11:37:42.3150305Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T11:37:42.3512404Z    Compiling n0-watcher v0.6.1
2026-07-27T11:37:42.5990505Z    Compiling netdev v0.42.0
2026-07-27T11:37:42.6076180Z    Compiling num_enum v0.7.6
2026-07-27T11:37:42.7220584Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T11:37:42.7525828Z    Compiling attohttpc v0.30.1
2026-07-27T11:37:42.7641178Z    Compiling iroh-base v0.98.0
2026-07-27T11:37:42.7752133Z    Compiling tower-http v0.6.11
2026-07-27T11:37:42.8210812Z    Compiling moka v0.12.15
2026-07-27T11:37:42.9051021Z    Compiling serde_spanned v0.6.9
2026-07-27T11:37:42.9559243Z    Compiling toml_datetime v0.6.11
2026-07-27T11:37:42.9876801Z    Compiling ref-cast-impl v1.0.25
2026-07-27T11:37:43.0543827Z    Compiling thiserror-impl v1.0.69
2026-07-27T11:37:43.2941156Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T11:37:43.3327946Z    Compiling toml_edit v0.22.27
2026-07-27T11:37:43.6260895Z    Compiling webpki-roots v1.0.7
2026-07-27T11:37:43.6791254Z    Compiling regex-automata v0.4.14
2026-07-27T11:37:43.7610485Z    Compiling schemars_derive v1.2.1
2026-07-27T11:37:43.9377674Z    Compiling hmac v0.12.1
2026-07-27T11:37:44.0422784Z    Compiling iroh v0.98.2
2026-07-27T11:37:44.0700549Z    Compiling rustix v0.38.44
2026-07-27T11:37:44.1861060Z    Compiling bitflags v1.3.2
2026-07-27T11:37:44.2517561Z    Compiling cmov v0.5.4
2026-07-27T11:37:44.2994225Z    Compiling pin-utils v0.1.0
2026-07-27T11:37:44.3227586Z    Compiling dyn-clone v1.0.20
2026-07-27T11:37:44.3634322Z    Compiling nix v0.25.1
2026-07-27T11:37:44.4639265Z    Compiling hkdf v0.12.4
2026-07-27T11:37:44.5304874Z    Compiling ctutils v0.4.2
2026-07-27T11:37:44.5904819Z    Compiling backon v1.6.0
2026-07-27T11:37:44.6697864Z    Compiling darling_macro v0.23.0
2026-07-27T11:37:44.7070541Z    Compiling papaya v0.2.4
2026-07-27T11:37:44.7380293Z    Compiling filedescriptor v0.8.3
2026-07-27T11:37:44.7570692Z    Compiling strum v0.28.0
2026-07-27T11:37:44.8750481Z    Compiling iroh-dns v0.98.0
2026-07-27T11:37:44.9084838Z    Compiling serial v0.4.0
2026-07-27T11:37:44.9432197Z    Compiling anstyle-parse v1.0.0
2026-07-27T11:37:44.9891145Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T11:37:45.0216436Z    Compiling instability v0.3.12
2026-07-27T11:37:45.0302365Z    Compiling colorchoice v1.0.5
2026-07-27T11:37:45.1481485Z    Compiling foldhash v0.1.5
2026-07-27T11:37:45.1650658Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T11:37:45.1849603Z    Compiling shell-words v1.1.1
2026-07-27T11:37:45.2361943Z    Compiling downcast-rs v1.2.1
2026-07-27T11:37:45.2460754Z    Compiling unicode-width v0.2.0
2026-07-27T11:37:45.2490560Z    Compiling anstyle v1.0.14
2026-07-27T11:37:45.2920608Z    Compiling linux-raw-sys v0.4.15
2026-07-27T11:37:45.3280709Z    Compiling anstyle-query v1.1.5
2026-07-27T11:37:45.3470885Z    Compiling vte v0.13.1
2026-07-27T11:37:45.3740572Z    Compiling hashbrown v0.15.5
2026-07-27T11:37:45.4440606Z    Compiling signal-hook-mio v0.2.5
2026-07-27T11:37:45.4820539Z    Compiling darling v0.23.0
2026-07-27T11:37:45.5474648Z    Compiling anstream v1.0.0
2026-07-27T11:37:45.5654967Z    Compiling spake2 v0.4.0
2026-07-27T11:37:45.5746957Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T11:37:45.5751691Z    Compiling terminal_size v0.4.4
2026-07-27T11:37:45.7430583Z    Compiling strum_macros v0.26.4
2026-07-27T11:37:46.0168825Z    Compiling schemars v1.2.1
2026-07-27T11:37:46.0340606Z    Compiling itertools v0.13.0
2026-07-27T11:37:46.0561212Z    Compiling sha1 v0.10.6
2026-07-27T11:37:46.2441186Z    Compiling toml v0.8.23
2026-07-27T11:37:46.4100864Z    Compiling castaway v0.2.4
2026-07-27T11:37:46.4828833Z    Compiling regex v1.12.3
2026-07-27T11:37:46.5298724Z    Compiling indoc v2.0.7
2026-07-27T11:37:46.9940716Z    Compiling clap_lex v1.1.0
2026-07-27T11:37:47.0190873Z    Compiling doctest-file v1.1.1
2026-07-27T11:37:47.2002264Z    Compiling static_assertions v1.1.0
2026-07-27T11:37:47.2670479Z    Compiling unicode-width v0.1.14
2026-07-27T11:37:47.2792866Z    Compiling compact_str v0.8.2
2026-07-27T11:37:47.4107365Z    Compiling clap_builder v4.6.0
2026-07-27T11:37:47.5559896Z    Compiling hyper v1.10.1
2026-07-27T11:37:47.5750929Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T11:37:48.1007320Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T11:37:48.2249570Z    Compiling unicode-truncate v1.1.0
2026-07-27T11:37:48.4133944Z    Compiling interprocess v2.4.2
2026-07-27T11:37:48.4591292Z    Compiling strum v0.26.3
2026-07-27T11:37:48.4743684Z    Compiling crossterm v0.28.1
2026-07-27T11:37:48.5930609Z    Compiling portable-pty v0.8.1
2026-07-27T11:37:48.6060640Z    Compiling lru v0.12.5
2026-07-27T11:37:48.8346678Z    Compiling clap_derive v4.6.1
2026-07-27T11:37:48.8650266Z    Compiling iana-time-zone v0.1.65
2026-07-27T11:37:49.1474359Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T11:37:49.2590192Z    Compiling cassowary v0.3.0
2026-07-27T11:37:49.2691695Z    Compiling chrono v0.4.45
2026-07-27T11:37:49.3801007Z    Compiling hyper-util v0.1.20
2026-07-27T11:37:49.6830553Z    Compiling ratatui v0.29.0
2026-07-27T11:37:49.8002729Z    Compiling nucleo-matcher v0.3.1
2026-07-27T11:37:49.8933714Z    Compiling qrcode v0.14.1
2026-07-27T11:37:49.8941019Z    Compiling tempfile v3.27.0
2026-07-27T11:37:51.2280573Z    Compiling clap v4.6.1
2026-07-27T11:37:51.3632028Z    Compiling igd-next v0.17.1
2026-07-27T11:37:51.7099580Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T11:37:52.5264676Z    Compiling portmapper v0.16.0
2026-07-27T11:37:58.3662656Z    Compiling rustls-webpki v0.103.13
2026-07-27T11:38:00.7611640Z    Compiling tokio-rustls v0.26.4
2026-07-27T11:38:00.7612235Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T11:38:00.7612689Z    Compiling noq-proto v0.17.0
2026-07-27T11:38:00.9036887Z    Compiling hyper-rustls v0.27.9
2026-07-27T11:38:00.9037502Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T11:38:00.9038025Z    Compiling tokio-websockets v0.13.2
2026-07-27T11:38:01.0257363Z    Compiling reqwest v0.13.4
2026-07-27T11:38:01.9836749Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T11:38:16.0517692Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T11:38:17.5948478Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T11:38:27.5946136Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T11:38:32.6066713Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-27T11:38:32.6293810Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T11:38:32.6307390Z 
2026-07-27T11:38:32.6307781Z running 1 test
2026-07-27T11:38:38.7194353Z test new_brain_serves_against_old_broker ... ok
2026-07-27T11:38:38.7194668Z 
2026-07-27T11:38:38.7194939Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-27T11:38:38.7195317Z 
